object ContactHint: TContactHint Left = 534 Top = 248 BorderStyle = bsNone BorderWidth = 1 Caption = 'Hint' ClientHeight = 219 ClientWidth = 247 Color = clWindow DefaultMonitor = dmMainForm Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Scaled = False OnClose = FormClose OnDestroy = FormDestroy OnMouseMove = FormMouseMove OnPaint = FormPaint PixelsPerInch = 96 TextHeight = 13 object TimerShow: TTimer Enabled = False Interval = 500 OnTimer = TimerShowTimer Left = 24 Top = 16 end object TimerClose: TTimer Enabled = False Interval = 5000 OnTimer = TimerCloseTimer Left = 80 Top = 24 end end